object DoneDialog: TDoneDialog Left = 202 Top = 134 BorderStyle = bsDialog Caption = 'Done' ClientHeight = 103 ClientWidth = 216 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Info1: TLabel Left = 16 Top = 14 Width = 47 Height = 13 Caption = 'Files tried:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Info2: TLabel Left = 16 Top = 30 Width = 120 Height = 13 Caption = 'Files handled succesfully:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Info3: TLabel Left = 16 Top = 46 Width = 30 Height = 13 Caption = 'Errors:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object InfoTried: TLabel Left = 174 Top = 14 Width = 27 Height = 13 Alignment = taRightJustify Caption = '1.111' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object InfoSuccess: TLabel Left = 174 Top = 30 Width = 27 Height = 13 Alignment = taRightJustify Caption = '2.222' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object InfoErrors: TLabel Left = 174 Top = 46 Width = 27 Height = 13 Alignment = taRightJustify Caption = '3.333' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object GoilerRahmen: TBevel Left = 8 Top = 8 Width = 201 Height = 57 end object OKButton: TButton Left = 16 Top = 72 Width = 89 Height = 21 Cancel = True Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object SaveMessButton: TButton Left = 112 Top = 72 Width = 89 Height = 21 Caption = '&Save messages' TabOrder = 1 OnClick = SaveMessButtonClick end object SaveDialog: TSaveDialog FileEditStyle = fsEdit Left = 152 Top = 48 end end